colorutils: Remove unused macro
authorTimm Bäder <mail@baedert.org>
Fri, 25 Sep 2020 19:31:49 +0000 (21:31 +0200)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 14 Oct 2020 19:06:12 +0000 (15:06 -0400)
gtk/gtkcolorutils.c

index 1740485cb9227e7a8f5424dbdec0db358384b2d8..b027f37ab0ff8e0ab7c7dda4cd9ec575bdd889c1 100644 (file)
@@ -35,8 +35,6 @@
 #include "gtkcolorutils.h"
 
 
-#define INTENSITY(r, g, b) ((r) * 0.30 + (g) * 0.59 + (b) * 0.11)
-
 /* Converts from HSV to RGB */
 static void
 hsv_to_rgb (float *h,